home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / mvp_soft / wrdpuz.zip / GAMES.BAT < prev    next >
DOS Batch File  |  1994-12-14  |  576b  |  45 lines

  1. echo off
  2. cls
  3. mvp
  4. menugame 0 1
  5.  
  6. :game
  7. if errorlevel==5 goto wordscrm
  8. if errorlevel==4 goto quotboxs
  9. if errorlevel==3 goto dblecros
  10. if errorlevel==2 goto crptgram
  11. if errorlevel==1 goto crosword
  12. goto end
  13.  
  14. :wordscrm
  15. wordscrm 0
  16. if errorlevel==1 goto menu
  17. goto end
  18.  
  19. :quotboxs
  20. quotboxs 0
  21. if errorlevel==1 goto menu
  22. goto end
  23.  
  24. :dblecros
  25. dblecros 0
  26. if errorlevel==1 goto menu
  27. goto end
  28.  
  29. :crptgram
  30. crptgram 0
  31. if errorlevel==1 goto menu
  32. goto end
  33.  
  34. :crosword
  35. crosword 0
  36. if errorlevel==1 goto menu
  37. goto end
  38.  
  39. :menu
  40. menugame 0 0
  41. goto game
  42.  
  43. :end
  44. word
  45.